home *** CD-ROM | disk | FTP | other *** search
/ Internet Surfer 2.0 / Internet Surfer 2.0 (Wayzata Technology) (1996).iso / pc / text / mac / faqs.045 < prev    next >
Text File  |  1996-02-12  |  29KB  |  671 lines

  1. Frequently Asked Questions (FAQS);faqs.045
  2.  
  3.  
  4.  
  5. A strange attractor is the surfaces which the state of a chaotic system will
  6. be confined to, given time for transients to die out.
  7.  
  8. ------------------------------
  9.  
  10. Subject: How can I join the BITNET fractal discussion?
  11.  
  12. Q21: How can I join the BITNET fractal discussion?
  13. A21: There is a fractal discussion on BITNET that uses an automatic mail
  14. server that sends mail to a distribution list.  To join it, send a message to
  15. listserv@gitvm1.bitnet with the following as text:
  16. SUBSCRIBE FRAC-L John Doe    (where John Doe is replaced by your name)
  17. To unsubscribe, send the message:
  18. UNSUBSCRIBE FRAC-L
  19. If that doesn't unsubscribe you, you can try:
  20. SIGNOFF FRAC-L (GLOBAL
  21. If that doesn't work or you have other problems, you can contact the list
  22. administrator.  You can obtain their name by sending the message:
  23. REVIEW FRAC-L
  24.  
  25. ------------------------------
  26.  
  27. Subject: 3-D fractals
  28.  
  29. Q22: How can 3-D fractals be generated?
  30. A22: A common source for 3-D fractals is to compute Julia sets with
  31. quaternions instead of complex numbers.  The resulting Julia set is four
  32. dimensional.  By taking a slice through the 4-D Julia set (e.g. by fixing one
  33. of the coordinates), a 3-D object is obtained.  This object can then be
  34. displayed using computer graphics techniques such as ray tracing.
  35.  
  36. The papers to read on this are:
  37.  
  38. 1.  J. Hart, D. Sandin and L. Kauffman, Ray Tracing Deterministic 3-D
  39. Fractals, _SIGGRAPH_, 1989, pp. 289-296.
  40.  
  41. 2.  A. Norton, Generation and Display of Geometric Fractals in 3-D,
  42. _SIGGRAPH_, 1982, pp. 61-67.
  43.  
  44. 3.  A. Norton, Julia Sets in the Quaternions, _Computers and Graphics,_ 13, 2
  45. (1989), pp. 267-278.
  46.  
  47. Instead of quaternions, you can of course use other functions.  For instance,
  48. you could use the regular Mandelbrot formula, but vary both c and z0,
  49. resulting in a 4-D Mandelbrot set.
  50.  
  51. Another way of generating 3-D fractals is to use 3-D iterated function systems
  52. (IFS).  These are analogous to 2-D IFS, except they generate points in a 3-D
  53. space.
  54.  
  55. A third way of generating 3-D fractals is to take a 2-D fractal such as the
  56. Mandelbrot set, and convert the pixel values to heights to generate a 3-D
  57. "Mandelbrot mountain".  This 3-D object can then be rendered with normal
  58. computer graphics techniques.
  59.  
  60. ------------------------------
  61.  
  62. Subject: What are some general references?
  63.  
  64. Q23: What are some general references on fractals and chaos?
  65. A23: Some references are:
  66.  
  67. 1.  M. Barnsley, _Fractals Everywhere_, Academic Press Inc., 1988.  ISBN 0-
  68. 12-079062-9.  This is an excellent text book on fractals.  This is probably
  69. the best book for learning about the math underpinning fractals It is also a
  70. good source for new fractal types.
  71.  
  72. 2.  M. Barnsley and L. Hurd, _Fractal Image Compression_, Jones and Bartlett,
  73. December, 1992.  ISBN 0-86720-457-5. This book explores the science of the
  74. fractal transform in depth. The authors begin with a foundation in information
  75. theory and present the technical background for fractal image compression. In
  76. so doing, they explain the detailed workings of the fractal transform.
  77. Algorithms are illustrated using source code in C.
  78.  
  79. 3.  M. Barnsley and L. Anson, _The Fractal Transform_, Jones and Bartlett,
  80. April, 1993.  ISBN 0-86720-218-1. This book is a sequel to _Fractals
  81. Everywhere_. Without assuming a great deal of technical knowledge, the authors
  82. explain the workings of the Fractal Transform (tm). The Fractal Transform is
  83. the compression tool for storing high-quality images in a minimal amount of
  84. space on a computer. Barnsley uses examples and algorithms to explain how to
  85. transform a stored pixel image into its fractal representation.
  86.  
  87. 4.  R. Devaney and L. Keen, eds., _Chaos and Fractals: The Mathematics Behind
  88. the Computer Graphics_, American Mathematical Society, Providence, RI, 1989.
  89. This book contains detailed mathematical descriptions of chaos, the Mandelbrot
  90. set, etc.
  91.  
  92. 5.  R. L. Devaney, _An Introduction to Chaotic Dynamical Systems_, Addison-
  93. Wesley, 1989.  ISBN 0-201-13046-7.  This book introduces many of the basic
  94. concepts of modern dynamical systems theory and leads the reader to the point
  95. of current research in several areas. It goes into great detail on the exact
  96. structure of the logistic equation and other 1-D maps.  The book is fairly
  97. mathematical using calculus and topology.
  98.  
  99. 6.  R. L. Devaney, _Chaos, Fractals, and Dynamics_, Addison-Wesley, 1990.
  100. ISBN 0-201-23288-X.  This is a very readable book.  It introduces chaos
  101. fractals and dynamics using a combination of hands-on computer experimentation
  102. and precalculus math.  Numerous full-color and black and white images convey
  103. the beauty of these mathematical ideas.
  104.  
  105. 7.  R. Devaney, _A First Course in Chaotic Dynamical Systems, Theory and
  106. Experiment_, Addison Wesley, 1992.  A nice undergraduate introduction to chaos
  107. and fractals.
  108.  
  109. 8.  G. A. Edgar, _Measure Topology and Fractal Geometry_, Springer- Verlag
  110. Inc., 1990.  ISBN 0-387-97272-2.  This book provides the math necessary for
  111. the study of fractal geometry.  It includes the background material on metric
  112. topology and measure theory and also covers topological and fractal dimension,
  113. including the Hausdorff dimension.
  114.  
  115. 9.  K. Falconer, _Fractal Geometry: Mathematical Foundations and
  116. Applications_, Wiley, New York, 1990.
  117.  
  118. 10.  J. Feder, _Fractals_, Plenum Press, New York, 1988.  This book is
  119. recommended as an introduction.  It introduces fractals from geometrical
  120. ideas, covers a wide variety of topics, and covers things such as time series
  121. and R/S analysis that aren't usually considered.
  122.  
  123. 11.  J. Gleick, _Chaos: Making a New Science_, Penguin, New York, 1987.
  124.  
  125. 12.  S. Levy, _Artificial life : the quest for a new creation_, Pantheon
  126. Books, New York, 1992.  This book takes off where Gleick left off.  It looks
  127. at many of the same people and what they are doing post-Gleick.
  128.  
  129. 13.  H. B. Lin, ed., _Chaos_, World Scientific, Singapore, 1984.  This is an
  130. excellent collection of papers on chaos containing some of the most
  131. significant reports on chaos such as ``Deterministic Nonperiodic Flow'' by
  132. E.N.Lorenz.
  133.  
  134. 14.  B. Mandlebrot, _The Fractal Geometry of Nature_, W. H.  FreeMan and Co.,
  135. New York.  ISBN 0-7167-1186-9.  In this book Mandelbrot attempts to show that
  136. reality is fractal-like.  He also has pictures of many different fractals.
  137.  
  138. 15.  H. O. Peitgen and P. H. Richter, _The Beauty of Fractals_, Springer-
  139. Verlag Inc., New York, 1986.  ISBN 0-387-15851-0.  Lots of neat pictures.
  140. There is also an appendix giving the coordinates and constants for the color
  141. plates and many of the other pictures.
  142.  
  143. 16.  H. Peitgen and D. Saupe, eds., _The Science of Fractal Images_,
  144. Springer-Verlag Inc., New York, 1988.  ISBN 0-387-96608-0.  This book contains
  145. many color and black and white photographs, high level math, and several
  146. pseudocoded algorithms.
  147.  
  148. 17.  H. Peitgen, H. Jurgens and D. Saupe, _Fractals for the Classroom_,
  149. Springer-Verlag, New York, 1992.  This book is aimed at advanced secondary
  150. school students (but is appropriate for others too has lots of examples,
  151. explains the math well, and gives BASIC programs.
  152.  
  153. 18.  C. Pickover, _Computers, Pattern, Chaos, and Beauty: Graphics from an
  154. Unseen World_, St. Martin's Press, New York, 1990.  This book contains a bunch
  155. of interesting explorations of different fractals.
  156.  
  157. 19.  J. Pritchard, _The Chaos Cookbook: A Practical Programming Guide_,
  158. Butterworth-Heinemann, Oxford, 1992.  ISBN 0-7506-0304-6. It contains type-
  159. in-and-go listings in BASIC and Pascal. It also eases you into some of the
  160. mathematics of fractals and chaos in the context of graphical experimentation.
  161. So it's more than just a type-and-see-pictures book, but rather a lab
  162. tutorial, especially good for those with a weak or rusty (or even non-
  163. existent) calculus background.
  164.  
  165. 20.  P. Prusinkiewicz and A. Lindenmayer, _The Algorithmic Beauty of Plants_,
  166. Springer-Verlag, NY, 1990.  ISBN 0-387-97297-8. A very good book L-systems,
  167. which can be used to model plants in a VERY realistic fashion (the book
  168. contains a lot of pictures).
  169.  
  170. 21.  M. Schroeder, _Fractals, Chaos, and Power Laws: Minutes from an Infinite
  171. Paradise_, W. H. Freeman, New York, 1991.  This book contains a clearly
  172. written explanation of fractal geometry with lots of puns and word play.
  173.  
  174. 22.  D. Stein, ed., _Proceedings of the Santa Fe Institute's Complex Systems
  175. Summer School_, Addison-Wesley, Redwood City, CA, 1988.  See esp. the first
  176. article by David Campbell: ``Introduction to nonlinear phenomena''.
  177.  
  178. 23.  R. Stevens, _Fractal Programming in C_, M&T Publishing, 1989 ISBN 1-
  179. 55851-038-9.  This is a good book for a beginner who wants to write a fractal
  180. program.  Half the book is on fractal curves like the Hilbert curve and the
  181. von Koch snow flake.  The other half covers the Mandlebrot, Julia, Newton, and
  182. IFS fractals.
  183.  
  184. 24.  I. Stewart, _Does God Play Dice?: the Mathematics of Chaos_, B.
  185. Blackwell, New York, 1990.
  186.  
  187. 25.  T. Wegner and M. Peterson, _Fractal Creations_, The Waite Group, 1991.
  188. This is the book describing the Fractint program.
  189.  
  190. Journals:
  191. "Chaos and Graphics" section in the quarterly journal _Computers and
  192. Graphics_.  This contains recent work in fractals from the graphics
  193. perspective, and usually contains several exciting new ideas.
  194. "Mathematical Recreations" section by A. K. Dewdney in _Scientific American_.
  195. Algorithms - The Personal Computer Newsletter.  P.O. Box 29237, Westmount
  196. Postal Outlet, 785 Wonderland Road S., London, Ontario, Canada, N6K 1M6.
  197. Mandala
  198. Fractal Report.  Reeves Telecommunication Labs. West Towan House, Pothtowan,
  199. TRURO, Cornwall TR4 8AX, U.K.
  200. Amygdala.  P.O. Box 219 San Cristobal, NM  87564-0219.  This is a newsletter
  201. about the Mandelbrot Set and other fractals.  A trial subscription for 6
  202. issues is $15 to: Amygdala Box 219 / San Cristobal, NM 87564.  Contact Rollo
  203. Silver (rsilver@lanl.gov) for more information.
  204. FRAC'Cetera.  This is a gazetteer of the world of fractals and related areas,
  205. supplied in IBM PC format.  For more information, contact:  Jon Horner, Editor
  206. FRAC'Cetera, Le Mont Ardaine, Rue des Ardains, St. Peters, Guernsey, Channel
  207. Islands, United Kingdom.
  208.  
  209. Articles:
  210.  
  211. 1.  P. Blanchard, Complex Analytic Dynamics on the Riemann Sphere, _Bull. of
  212. the Amer. Math. Soc_ 11, 1 (July 1984), pp. 85-141.  This article is a
  213. detailed discussion of the mathematics of iterated complex functions. It
  214. covers most things about Julia sets of rational polynomial functions.
  215.  
  216. ------------------------------
  217.  
  218. Subject: Acknowledgements
  219.  
  220. For their help with this file, thanks go to:
  221. Alex Antunes, Erik Boman, Jacques Carette, John Corbit, Abhijit Deshmukh,
  222. Robert Drake, Gerald Edgar, Gordon Erlebacher, Duncan Foster, Murray Frank,
  223. Jean-loup Gailly, Earl Glynn, Lamont Granquist, Luis Hernandez-Ure:a, Arto
  224. Hoikkala, Carl Hommel, Robert Hood, Oleg Ivanov, Simon Juden, J. Kai-Mikael,
  225. Leon Katz, Matt Kennel, Tal Kubo, Jon Leech, Tom Menten, Guy Metcalfe, Eugene
  226. Miya, Miriam Nadel, Ron Nelson, Tom Parker, Dale Parson, Matt Perry, Francois
  227. Pitt, Michael Rolenz, Tom Scavo, Jeffrey Shallit, Rollo Silver, Gerolf Starke,
  228. Bruce Stewart, Dwight Stolte, Tommy Vaske, Tim Wegner, Andrea Whitlock, Erick
  229. Wong, Wayne Young, and others.
  230.  
  231. Special thanks to Matthew J. Bernhardt (mjb@acsu.buffalo.edu) for collecting
  232. many of the chaos definitions.
  233.  
  234. Copyright 1992 Ken Shirriff (shirriff@sprite.Berkeley.EDU).  Please contact me
  235. if you wish to distribute this file on other systems.
  236. Xref: bloom-picayune.mit.edu comp.text.frame:3528 news.answers:4389
  237. Path: bloom-picayune.mit.edu!enterpoop.mit.edu!senator-bedfellow.mit.edu!senator-bedfellow.mit.edu!usenet
  238. From: bobmcc@tcsi.tcs.com (Bob McCormick)
  239. Newsgroups: comp.text.frame,news.answers
  240. Subject: comp.text.frame FAQ (Frequently Asked Questions)
  241. Supersedes: <frame-faq_720770417@athena.mit.edu>
  242. Followup-To: comp.text.frame
  243. Date: 3 Dec 1992 06:02:18 GMT
  244. Organization: Teknekron Communications Systems, Inc.
  245. Lines: 902
  246. Approved: news-answers-request@MIT.Edu
  247. Expires: 16 Jan 1993 06:02:12 GMT
  248. Message-ID: <frame-faq_723362532@athena.mit.edu>
  249. Reply-To: bobmcc@tcs.com
  250. NNTP-Posting-Host: pit-manager.mit.edu
  251. Summary: This posting contains a list of Frequently Asked
  252.          Questions (and their answers) about the FrameMaker
  253.          document publishing system.  These FAQs should be
  254.      read by anyone who wishes to post to the
  255.          comp.text.frame newsgroup or the framers mailing
  256.      list.
  257. X-Last-Updated: 1992/09/03
  258.  
  259. Archive-name: frame-faq
  260. Version: 1.5
  261. Last-modified: 1992/09/03
  262.  
  263.      FrameMaker Frequently Asked Question (FAQ) List
  264.      ===============================================
  265.  
  266. Issue 1.5  03 Sept 1992
  267.  
  268.     *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
  269.     Note from Bob:
  270.         I am going to use an automated FAQ poster which
  271.     should distribute this FAQ every 30 days; sooner if it
  272.     is updated.
  273.         Note the new way to get the latest FAQ, in
  274.     General Network Information ii below.
  275.         I hear that FM 4.0 is planned for 1993 Q1.
  276.  
  277.         Eagle-eyed correctors for this issue:
  278.         David Levine
  279.     *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
  280.  
  281. This article contains the answers to some Frequently Asked Questions
  282. (FAQ) often seen in the USENET newsgroup "comp.text.frame" and on the
  283. "framers" mailing list.  It is posted to help reduce volume in this
  284. newsgroup and to provide hard-to-find information of general interest.
  285.  
  286. The newsgroup and mailing list are not officially supported by Frame
  287. Technologies, Inc.  (See questions 7 and 8.)
  288.  
  289.     Please redistribute this article to people who ask for it
  290.     or people use FrameMaker!
  291.  
  292. Most answers are written for FramerMaker version 3.0 or 3.1, and may
  293. not work (or be applicable) to earlier versions.
  294.  
  295.  
  296. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  297. General Network Information
  298.  
  299.    i   If you are new to USENET, subscribe to news.announce.newusers
  300. and read the postings there. They give you general information and
  301. tips on making life easier for you and everybody else.
  302.  
  303.    ii  To get the latest copy of this faq via mail server, send e-mail
  304. to mail-server@rtfm.mit.edu with "send usenet/news.answers/frame-faq"
  305. in the body of the message.
  306.  
  307.    iii To find other FAQs, look in news.answers.
  308. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  309.  
  310.  
  311. Legend:
  312.   + indicates questions new to this issue;
  313.   ! indicates those with significant changes since the last issue.
  314.  
  315. Table of Contents:
  316.    1   How do I get on the mailing list?
  317.    2   How do I set up autonumbers for Figures as "Figure 5-1"?
  318.    3   Where can I find a filter to convert <XXXXXX> to Frame?
  319.    4   How can I print "DRAFT" on the background of every page?
  320.        (See also question 19.)
  321.    5   Are there any books or magazines published about Frame?
  322.    6   Are there any Frame User Groups in my area?
  323.    7   Where do I submit bug reports?
  324.    8   Where do I submit enhancement requests?
  325.    9   How can I do bibliographies in FrameMaker?
  326.   10   How do I display show white text on a black background?
  327.        What are all the keyboard mappings?
  328.        How come I can't type in any dialogs?
  329.        (and other X Window System specific information)
  330.   11   Is there any easy way to move one or more pages to a different
  331.        place in the document? (Two layout models.)
  332.   12   Do you know what happens if you the spell checker finds
  333.        "Interleaf" (a competitor to FrameMaker)?
  334.   13   How can I control which master page is used when text flows
  335.        off of the current page?
  336.   14   How do I convert a Frame document on the Mac to use it on a
  337.        Sun? (and other platforms)
  338.      ! Why to my imported images show up as gray rectangles when I
  339.        transfer a file from <platform-A> to <platform-B>?
  340.   15   How do I place an autonumbered figure number in an anchored frame?
  341.        Why doesn't it update properly?
  342.   16   How can I get "Page 3 of 152" in the footer to work for
  343.        a multi-file book?
  344.   17 ! How can I print with the "-h" switch in FM3.0/3.1?
  345.   18   How do I force a page break?
  346.   19   How can I specify "DRAFT" in the background when I print?
  347.        (See also question 4.)
  348.   20   What exactly is copied during File:Use Formats?
  349.   21   How can I automatically import a graphic file whose format is
  350.        not recognized by FM, if I know how to do the conversion manually.
  351.   22   How do I incorporate code fragments in a Frame doc?
  352.   23 + How can I change the page size of an existing document?
  353.  
  354. Questions remaining to be answered (by you? :-)
  355.    .   How can I place FM documents under configuration management/
  356.        software control?
  357.    .   How can I merge a list of names and addresses with a Frame
  358.        document to generate personalized letters?
  359.        (fmmerge from FUN tape.)
  360.  
  361. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  362.  
  363.    1   How do I get on the mailing list?
  364.  
  365. There are two related ways to exchange info with other FrameMaker
  366. users.  Subscribe to the USENET newsgroup comp.text.frame, or get on
  367. the "framers" reflective mailing list.  The newsgroup and the mailing
  368. list are gatewayed so that all info appears on both.  If you don't
  369. know how to read a newsgroup, ask your system administrator.  To get
  370. on the mailing list, send your request to Mark Lawrence via:
  371.     framers-request@drd.com
  372.  
  373. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  374.  
  375.    2   How do I set up autonumbers for Figures as "Figure 5-1"?
  376.  
  377. In autonumbering, if you include "< >" in the number, this means
  378. "don't display and don't reset the number in this position." Note the
  379. space between the angle brackets.  Otherwise, when you increment a
  380. number in a series, all further numbers in the series are reset to 0.
  381.  
  382. Use one number series for both headers and figure numbers. The
  383. positions of the numbers in the series are as follows:
  384.  
  385. <level1> <figure> <table> <example> <level2> <level3> <level4> <level5>
  386.  
  387. The resultant autonumbers are:
  388.  
  389. Head1        H:<n+>
  390. Figure        H:<n>-<n+>< >< >< >< >< >< >
  391. Table        H:<n>-< ><n+>< >< >< >< >< >
  392. Example        H:<n>-< >< ><n+>< >< >< >< >
  393. Head2        H:<n>< >< >< >.<n+>
  394. Head3        H:<n>< >< >< >.<n>.<n+>
  395. Head4        H:<n>< >< >< >.<n>.<n>.<n+>
  396. Head5        H:<n>< >< >< >.<n>.<n>.<n>.<n+>
  397.  
  398. (Thanks to Alan Koch!)
  399.  
  400. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  401.  
  402.    3   Where can I find a filter to convert <XXXXXX> to Frame?
  403.  
  404. There is a list of filters that is maintained, and posted to this list
  405. when changed.  The filter list and most of the filters can be obtained
  406. by anonymous ftp to the ftp sites listed below.
  407.     
  408. ftp-name            directory
  409. --------            ---------
  410. ftp.irisa.fr            /FrameMaker/Filters
  411. procyon.cis.ksu.edu        /pub/FUN/Filters
  412. sunbane.engrg.uwo.ca        /pub/fun/filters
  413.     
  414. A mail server is available for (most of) the filters:
  415.         mail-server@rus.uni-stuttgart.de
  416. which belongs to the University of Stuttgart in Germany.
  417.  
  418. To find out how to use the server you can send the following commands
  419. in the body of a mail to the server:
  420.     HELP
  421.     SEND HELP
  422.  
  423. The filters reside in the directory:  soft/unix/text/framemaker
  424. and (for now) the following files are available:
  425.    75541 Jul  6 18:01 soft/unix/text/framemaker/Filters.tar.Z
  426.    85493 Jul  6 18:01 soft/unix/text/framemaker/bibframe-0.3.tar.Z
  427.     6604 Jul  6 18:01 soft/unix/text/framemaker/epsf2epsi.tar.Z
  428.    52503 Jul  6 18:02 soft/unix/text/framemaker/filters40.mif.Z
  429.   107803 Jul  6 18:02 soft/unix/text/framemaker/fmbib.tar.Z
  430.    43241 Jul  6 18:02 soft/unix/text/framemaker/la2mml.tar.Z
  431.    38420 Jul  6 18:02 soft/unix/text/framemaker/mif2man.shar
  432.     3116 Jul  6 18:02 soft/unix/text/framemaker/prog2mif.tar.Z
  433.     7020 Jul  6 18:02 soft/unix/text/framemaker/ps3epsi.tar.Z
  434.     6973 Jul  6 18:02 soft/unix/text/framemaker/pstoepsi.tar.Z
  435.    22051 Jul  6 18:03 soft/unix/text/framemaker/word2mif12.sh.Z
  436.  
  437. Example of getting a file:
  438.     begin
  439.     send soft/unix/text/framemaker/prog2mif.tar.Z
  440.     end
  441.     
  442. If you do not have access to any of these methods, request the list by
  443. sending email to Ed van Leeuwen (Ed.van.Leeuwen@tnofel.fel.tno.nl) or
  444. Mark Lawrence (framers-request@drd.com).
  445.  
  446. (Thanks to Ed and Mark, and thanks to Hansjuergen Paul
  447. [paul@iatge.uucp] and Barbara Burr [Burr@rus.uni-stuttgart.de] for
  448. helping to set up the mail server!)
  449.  
  450. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  451.  
  452.    4   How can I print "DRAFT" on the background of every page?
  453.        (See also question 19.)
  454.  
  455. On the master page, create a new text rectangle.  Add the following
  456. text:
  457.     (DRAFT) /Times-Roman /B -52 /UL .8
  458.     #include "$FMHOME/.fminit2.0.ps/docs/BigFill.ps
  459.  
  460. where $FMHOME is the pathname of your $FMHOME directory.  Select the
  461. text rectangle and choose Format Flow.  Select Postscript Code and
  462. choose OK.  Go to the body pages and print.
  463.  
  464. The arguments are:
  465.     1 = string to print, in parenthesis, e.g. (PRELIMINARY)
  466.     2 = font desired: /font, e.g. /Times-Roman
  467.     3 = mode code where /W = fill width, /H = fill height, /B = fill both,
  468.             expands the characters to fill the text rectangle
  469.     4 = rotate value from -180 to +180
  470.          where positive = counterclockwise, negative = clockwise
  471.     5 = starting corner: /LL /LR /UR /UL  where LL = lower left, etc.
  472.     6 = grayscale value from 0 to 1 where 0 = black, 1 = white
  473.  
  474. The size of the text is determined by the size of the text rectangle
  475. and the "mode code" argument.
  476.  
  477. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  478.  
  479.    5   Are there any books or magazines published about Frame?
  480.  
  481. --------
  482. A.  Michael Fraase. 1992.  "Structured Publishing from the Desktop: Frame
  483.     Technology's FrameMaker."  Business One Irwin, Homewood, IL.  336 pp.
  484.     Softbound.  $24.95  ISBN 1-55623-616-6.
  485.  
  486. Quoting from the cover:
  487.    Michael Fraase shows users how to:
  488.    * Use the valuable, time-saving indexing, multiple level cross-referencing,
  489.      and hypertext capabilities of the program.
  490.    * Design and implement various templates essential to completing a number
  491.      of real-world tasks.
  492.    * Apply the discoveries and experiences of other users so you can avoid
  493.      design pitfalls.
  494.  
  495.    Fraase compares the pros and cons among the leading Macintosh word
  496.    processing and publishing applications so you can make the best, most
  497.    informed decision for your desktop needs.  Filled with dozens of
  498.    frustration-saving, easy-to-follow diagrams, he walks you through the
  499.    features of the software so you can take advantage of all of its
  500.    capabilities.  You'll see how to use FrameMaker in a collaborative
  501.    workgroup environment so you can avoid potential problems and manage
  502.    production efficiently.  He also includes a chapter showing you how he
  503.    used FrameMaker for the production of this book, from the proposal
  504.    stage to preparing the camera ready manuscript.  "Structured
  505.    Publishing from the Desktop" takes off where the software manual ends
  506.    so you can enjoy all of the benefits of this exciting software!
  507.  
  508. (Thanks to Binion Amerson!)
  509.  
  510. --------
  511. B.  Juergen Gulbins.  1992.  "Desktop Publishing mit FrameMaker".
  512.     Published in German.  Springer-Verlag Berlin Heidelberg New York.
  513.     ISBN 3-540-54455-0
  514.  
  515. (Thanks to Karl Obermayr!)
  516.  
  517. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  518.  
  519.    6   Are there any Frame User Groups in my area?
  520.  
  521. Usually called FUN for Frame User Network.
  522.  
  523. Chicago IL USA
  524.             Lester LaPierre  (708) 576-4445
  525. Cleveland OH USA
  526.             Eric LaPresto  (216) 445-9368
  527. Columbus OH USA
  528.             Alan Addis  (614) 477-3600 x2497
  529.             Peggy Sutliff       "      x3200
  530. Dallas-Fort Worth TX USA
  531.             Darja Adams (214) 869-0680 x2257
  532. Dayton OH USA
  533.             Brian Bermhardt  (513) 257-2479
  534. Detroit MI USA
  535.             Myron Hayden  (313) 459-5630
  536. Indianapolis IN USA
  537.             Brad Williamson  (317) 230-5564  (317) 471-3055
  538.                              (317) 872-7220 x632
  539. Milwaukee WI USA
  540.             Luke Heffron  (414) 782 0007
  541. Minneapolis MN USA
  542.             Nancee Melby  (612) 726-2277
  543. New England USA
  544.             Dan York  funne@srbci.mv.com  (603) 894-4500
  545. Pittsburgh, PA USA
  546.             Alan S. Koch  ask@sei.cmu.edu  (412) 268-6395
  547. San Francisco Bay Area, CA USA
  548.             Ruth LoCurto  rlocurt@cadev6.intel.com  (408) 765-4157
  549.  
  550. Frame has installed a pre-recorded message to find out about user
  551. group meetings. The number is (USA) +1 408-433-3311 x2286.
  552.  
  553. If you want to start one of your very own FUN group, contact
  554.     Sandy Knox  slk@frame.com  +1 (408) 433-3311
  555.  
  556. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  557.  
  558.    7   Where do I submit bug reports?
  559.  
  560. Mail them to comments@frame.com .  Sending them to this newsgroup
  561. helps others to avoid the bugs and possibly provide work-arounds, but
  562. you MUST mail directly to Frame to submit a bug report.  Frame does
  563. not officially read this newsgroup.
  564.  
  565. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  566.  
  567.    8   Where do I submit enhancement requests?
  568.  
  569. Mail them to comments@frame.com .  Sending them to this newsgroup may
  570. allow others to suggest a work-around, but you MUST mail directly to
  571. Frame to submit a request.  Frame does not officially read this
  572. newsgroup.
  573.  
  574. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  575.  
  576.    9   How can I do bibliographies in FrameMaker?
  577.  
  578. --------
  579. A. fmbib
  580.  
  581. "fmbib" takes a Frame document (.mif format) as its input, with
  582. "Bibliography" markers embedded where the references occur. The marker
  583. text is that of a key word indexed into a bibliography database file,
  584. such as Scribe's ".bib" files.  In fact, the program is compatible
  585. with Scribe bibliography files.  The user can also specify on the
  586. command line one of several reference and bibliography styles.  fmbib
  587. will then generate a new FM .mif file which is the actual
  588. bibliography.  The original document is modified to contain
  589. cross-references to this new document.  These references appear as
  590. visible text when the user updates cross-references in the original
  591. document.  The program also aids in creating new bibliography database
  592. files.
  593.  
  594. The sources have been built and tested under CMU's BSD4.3-compliant
  595. MACH OS, for Sun3, Sun4, Pmax, Vax, and IBM-RT workstations.  It
  596. should be portable to any Unix box.
  597.  
  598. Available for anonymous ftp
  599.     in the USA:
  600.         ftp.mips.com in pub/frame/fmbib.tar.Z
  601.     in Europe:
  602.         peanuts.pst.informatix.uni-muenchen.de (IP: 129.187.236.10)
  603.         in pub/etc/fmbib.tar.Z
  604.  
  605. You will need to uncompress and untar this file.
  606.  
  607. (Thanks to Craig Marcus!)
  608.  
  609.  
  610. --------
  611. B. BibFrame
  612.  
  613. BibFrame makes it possible to deal with references in FrameMaker in a
  614. general way. You do not have to enter your reference list by hand
  615. every time you write a document. Instead, the reference list is
  616. automatically generated from a data base with references. This ensure
  617. that your reference entries are in the right format. You do not have
  618. to bother with how things should be emphasized, abbreviated and so on.
  619.  
  620. You have a database with references. The format of the references is
  621. the same format that is used by BibTeX. That means that people using
  622. LaTeX and FrameMaker can use the same data base.
  623.  
  624. Currently it is possible to use the bibliography styles ``plain'',
  625. ``alpha'' and ``mapalike''.
  626.  
  627. It ought to work on most unix machines.  This program requires bibtext
  628. to be present.
  629.  
  630. Available for anonymous ftp from isy.liu.se (130.236.1.3) in
  631. pub/misc/bibframe-0.3.tar.Z
  632.  
  633. (Thanks to Tommy Persson!)
  634.  
  635.  
  636. --------
  637. C. EndNote Plus    
  638.  
  639. Using EndNote with FrameMaker
  640. By: Todd R. Johnson, tj@cis.ohio-state.edu
  641. Last Updated: 1/16/92
  642.  
  643. I am specifically using FM 3.0 and EndNote Plus.
  644.  
  645. I welcome comments and questions about these instructions.
  646.  
  647. In the following instructions "reference marker" refers to the label
  648. placed in the source document at the location where you want the in
  649. text citation to appear.  For example:
  650.  
  651.    Heuristic classification {Clancey, 1987 #52} is defined as...
  652.  
  653. This is what you get if you select an entry in an EndNote database
  654. and then copy it to the clipboard.
  655.  
  656. The following instructions assume that your FM document consists of
  657. a single file.  Multiple file documents can be handled in a similar
  658. fashion.
  659.  
  660. 1. Every reference marker in your FM document must be the value of a
  661. variable.  For example, create a variable called (Clancey, 1987 #52)
  662. with {Clancey, 1987 #52} as the value.  This is necessary because
  663. EndNote will not be able to read the reference marker if it is
  664. hyphenated or spread over two lines.  The values of variables in the
  665. variable definitions found in a MIF file are not hyphenated or spread
  666. among lines, so EndNote can read them.  Note that in your document the
  667. reference markers (even when done as variables) will be hyphenated
  668. and/or split across lines. That is OK, since EndNote directly changes
  669. the definition of the variable and that definition is not hyphenated
  670. or split.
  671.